home *** CD-ROM | disk | FTP | other *** search
-
-
-
- ssssbbbbooooxxxx((((3333GGGG)))) ssssbbbbooooxxxx((((3333GGGG))))
-
-
-
- NNNNAAAAMMMMEEEE
- ssssbbbbooooxxxx,,,, ssssbbbbooooxxxxiiii,,,, ssssbbbbooooxxxxssss - draw a screen-aligned rectangle
-
- CCCC SSSSPPPPEEEECCCCIIIIFFFFIIIICCCCAAAATTTTIIIIOOOONNNN
- vvvvooooiiiidddd ssssbbbbooooxxxx((((xxxx1111,,,, yyyy1111,,,, xxxx2222,,,, yyyy2222))))
- CCCCoooooooorrrrdddd xxxx1111,,,, yyyy1111,,,, xxxx2222,,,, yyyy2222;;;;
-
- vvvvooooiiiidddd ssssbbbbooooxxxxiiii((((xxxx1111,,,, yyyy1111,,,, xxxx2222,,,, yyyy2222))))
- IIIIccccoooooooorrrrdddd xxxx1111,,,, yyyy1111,,,, xxxx2222,,,, yyyy2222;;;;
-
- vvvvooooiiiidddd ssssbbbbooooxxxxssss((((xxxx1111,,,, yyyy1111,,,, xxxx2222,,,, yyyy2222))))
- SSSSccccoooooooorrrrdddd xxxx1111,,,, yyyy1111,,,, xxxx2222,,,, yyyy2222;;;;
-
- All of the above functions are functionally the same except for the type
- declarations of the parameters.
-
- PPPPAAAARRRRAAAAMMMMEEEETTTTEEEERRRRSSSS
- _x_1 expects the _x coordinate of a corner of the box.
-
- _y_1 expects the _y coordinate of a corner of the box.
-
- _x_2 expects the _x coordinate of the opposite corner of the box.
-
- _y_2 expects the _y coordinate of the opposite corner of the box.
-
- DDDDEEEESSSSCCCCRRRRIIIIPPPPTTTTIIIIOOOONNNN
- ssssbbbbooooxxxx draws an unfilled, two-dimensional, screen-aligned rectangle. The
- rectangle is drawn as a sequence of four line segments, and therefore
- inherits many properties that affect the drawing of lines. These include
- the current color, writemask, line width, stipple pattern, and subpixel
- mode. The stipple pattern is initialized to bit zero of the current
- linestyle before the rectangle is drawn, then shifted continuously
- through the segments of the rectangle.
-
- The sides of the rectangle will be parallel to the screen _x and _y axes.
- This rectangle cannot be rotated. The _z coordinate is set to zero.
-
- When you use ssssbbbbooooxxxx, you must not use alpha blending, backfacing or
- frontfacing, depthcueing, fog, gouraud shading, lighting, line
- antialiasing, screen subdivision, stenciling, texture mapping, or z-
- buffering.
-
- ssssbbbbooooxxxx may be faster than rrrreeeecccctttt on some machines. Use ssssbbbbooooxxxx when you need to
- draw a large number of screen-aligned rectangles.
-
- After ssssbbbbooooxxxx executes, the graphics position is undefined.
-
- SSSSEEEEEEEE AAAALLLLSSSSOOOO
- backface, bgnclosedline, blendfunction, deflinestyle, depthcue,
- linewidth, linesmooth, lmbind, lsrepeat, rect, scrsubdivide,
- setlinestyle, shademodel, stencil, subpixel, texbind, zbuffer
-
-
-
-
- PPPPaaaaggggeeee 1111
-
-
-
-